runtime.TypeAssertionError._interface (field)

3 uses

	runtime (current package)
		error.go#L22: 	_interface    *_type
		error.go#L32: 	if e._interface != nil {
		error.go#L33: 		inter = toRType(e._interface).string()